home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / BIGPA00.EXE / BIGpage.exe / 0 / RCDATA / TDLGOPTIONS / TDLGOPTIONS.txt
Text File  |  1998-01-08  |  7KB  |  279 lines

  1. object dlgOptions: TdlgOptions
  2.   Left = 330
  3.   Top = 239
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 378
  7.   ClientWidth = 467
  8.   Color = 10420224
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel2: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 467
  22.     Height = 344
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     BorderWidth = 5
  26.     Color = clNavy
  27.     TabOrder = 0
  28.     object ExtPageControl1: TExtPageControl
  29.       Left = 5
  30.       Top = 5
  31.       Width = 457
  32.       Height = 334
  33.       ActivePage = TabSheet1
  34.       Align = alClient
  35.       TabHeight = 20
  36.       TabOrder = 0
  37.       TabWidth = 70
  38.       Color = clNavy
  39.       ParentColor = False
  40.       TabActiveColor = clNavy
  41.       TabActiveFont.Charset = DEFAULT_CHARSET
  42.       TabActiveFont.Color = clWhite
  43.       TabActiveFont.Height = -11
  44.       TabActiveFont.Name = 'MS Sans Serif'
  45.       TabActiveFont.Style = []
  46.       TabInactiveColor = clNavy
  47.       TabInactiveFont.Charset = DEFAULT_CHARSET
  48.       TabInactiveFont.Color = clSilver
  49.       TabInactiveFont.Height = -11
  50.       TabInactiveFont.Name = 'MS Sans Serif'
  51.       TabInactiveFont.Style = []
  52.       object TabSheet1: TTabSheet
  53.         Caption = 'General'
  54.         object Label1: TLabel
  55.           Left = 45
  56.           Top = 106
  57.           Width = 296
  58.           Height = 26
  59.           Caption = 
  60.             'Makes BIGpage minimize to the system tray when the minimize butt' +
  61.             'on is clicked.'
  62.           Font.Charset = DEFAULT_CHARSET
  63.           Font.Color = clAqua
  64.           Font.Height = -11
  65.           Font.Name = 'MS Sans Serif'
  66.           Font.Style = []
  67.           ParentFont = False
  68.           WordWrap = True
  69.         end
  70.         object Label2: TLabel
  71.           Left = 45
  72.           Top = 38
  73.           Width = 278
  74.           Height = 13
  75.           Caption = 'Makes BIGpage remain always on top of all other windows.'
  76.           Font.Charset = DEFAULT_CHARSET
  77.           Font.Color = clAqua
  78.           Font.Height = -11
  79.           Font.Name = 'MS Sans Serif'
  80.           Font.Style = []
  81.           ParentFont = False
  82.           WordWrap = True
  83.         end
  84.         object Label3: TLabel
  85.           Left = 45
  86.           Top = 171
  87.           Width = 251
  88.           Height = 13
  89.           Caption = 'BIGpage will be opened everytime you start windows.'
  90.           Font.Charset = DEFAULT_CHARSET
  91.           Font.Color = clAqua
  92.           Font.Height = -11
  93.           Font.Name = 'MS Sans Serif'
  94.           Font.Style = []
  95.           ParentFont = False
  96.           Visible = False
  97.           WordWrap = True
  98.         end
  99.         object Label4: TLabel
  100.           Left = 45
  101.           Top = 235
  102.           Width = 225
  103.           Height = 13
  104.           Caption = 'Adds a shortcut for BIGpage on the Start Menu.'
  105.           Font.Charset = DEFAULT_CHARSET
  106.           Font.Color = clAqua
  107.           Font.Height = -11
  108.           Font.Name = 'MS Sans Serif'
  109.           Font.Style = []
  110.           ParentFont = False
  111.           Visible = False
  112.           WordWrap = True
  113.         end
  114.         object cbAlwaysOnTop: TCheckBox
  115.           Left = 27
  116.           Top = 18
  117.           Width = 97
  118.           Height = 17
  119.           Caption = 'Always on top'
  120.           Font.Charset = DEFAULT_CHARSET
  121.           Font.Color = clWhite
  122.           Font.Height = -11
  123.           Font.Name = 'MS Sans Serif'
  124.           Font.Style = []
  125.           ParentFont = False
  126.           TabOrder = 0
  127.         end
  128.         object cbMinimizeSysTray: TCheckBox
  129.           Left = 27
  130.           Top = 86
  131.           Width = 136
  132.           Height = 17
  133.           Caption = 'Minimize to System Tray'
  134.           Font.Charset = DEFAULT_CHARSET
  135.           Font.Color = clWhite
  136.           Font.Height = -11
  137.           Font.Name = 'MS Sans Serif'
  138.           Font.Style = []
  139.           ParentFont = False
  140.           TabOrder = 1
  141.         end
  142.         object cbOpenAtStartup: TCheckBox
  143.           Left = 27
  144.           Top = 151
  145.           Width = 158
  146.           Height = 17
  147.           Caption = 'Open BIGpage at Startup'
  148.           Font.Charset = DEFAULT_CHARSET
  149.           Font.Color = clWhite
  150.           Font.Height = -11
  151.           Font.Name = 'MS Sans Serif'
  152.           Font.Style = []
  153.           ParentFont = False
  154.           TabOrder = 2
  155.           Visible = False
  156.         end
  157.         object cbAddToStartMenu: TCheckBox
  158.           Left = 27
  159.           Top = 215
  160.           Width = 136
  161.           Height = 17
  162.           Caption = 'Add to Start Menu'
  163.           Font.Charset = DEFAULT_CHARSET
  164.           Font.Color = clWhite
  165.           Font.Height = -11
  166.           Font.Name = 'MS Sans Serif'
  167.           Font.Style = []
  168.           ParentFont = False
  169.           TabOrder = 3
  170.           Visible = False
  171.         end
  172.       end
  173.       object TabSheet2: TTabSheet
  174.         Caption = 'Properties'
  175.         TabVisible = False
  176.       end
  177.       object TabSheet3: TTabSheet
  178.         Caption = 'Connection'
  179.         object Label5: TLabel
  180.           Left = 27
  181.           Top = 47
  182.           Width = 41
  183.           Height = 13
  184.           Caption = 'Address:'
  185.           Font.Charset = DEFAULT_CHARSET
  186.           Font.Color = clWhite
  187.           Font.Height = -11
  188.           Font.Name = 'MS Sans Serif'
  189.           Font.Style = []
  190.           ParentFont = False
  191.           WordWrap = True
  192.         end
  193.         object ed: TLabel
  194.           Left = 27
  195.           Top = 74
  196.           Width = 22
  197.           Height = 13
  198.           Caption = 'Port:'
  199.           Font.Charset = DEFAULT_CHARSET
  200.           Font.Color = clWhite
  201.           Font.Height = -11
  202.           Font.Name = 'MS Sans Serif'
  203.           Font.Style = []
  204.           ParentFont = False
  205.           WordWrap = True
  206.         end
  207.         object cbEnableProxy: TCheckBox
  208.           Left = 27
  209.           Top = 18
  210.           Width = 211
  211.           Height = 17
  212.           Caption = 'Access the Internet via a Proxy Server'
  213.           Font.Charset = DEFAULT_CHARSET
  214.           Font.Color = clWhite
  215.           Font.Height = -11
  216.           Font.Name = 'MS Sans Serif'
  217.           Font.Style = []
  218.           ParentFont = False
  219.           TabOrder = 0
  220.         end
  221.         object edAddress: TEdit
  222.           Left = 75
  223.           Top = 43
  224.           Width = 259
  225.           Height = 21
  226.           TabOrder = 1
  227.         end
  228.         object edPort: TEdit
  229.           Left = 75
  230.           Top = 70
  231.           Width = 67
  232.           Height = 21
  233.           TabOrder = 2
  234.         end
  235.       end
  236.     end
  237.   end
  238.   object Panel3: TPanel
  239.     Left = 0
  240.     Top = 344
  241.     Width = 467
  242.     Height = 34
  243.     Align = alBottom
  244.     BevelOuter = bvNone
  245.     Color = clNavy
  246.     TabOrder = 1
  247.     object btnCancel: TTransparentButton
  248.       Left = 383
  249.       Top = 3
  250.       Width = 70
  251.       Height = 24
  252.       Caption = 'Cancel'
  253.       Font.Charset = DEFAULT_CHARSET
  254.       Font.Color = clWhite
  255.       Font.Height = -11
  256.       Font.Name = 'MS Sans Serif'
  257.       Font.Style = [fsBold]
  258.       FrameStyle = fsLight
  259.       ParentFont = False
  260.       OnClick = btnCancelClick
  261.     end
  262.     object btnOK: TTransparentButton
  263.       Left = 309
  264.       Top = 3
  265.       Width = 70
  266.       Height = 24
  267.       Caption = 'OK'
  268.       Font.Charset = DEFAULT_CHARSET
  269.       Font.Color = clWhite
  270.       Font.Height = -11
  271.       Font.Name = 'MS Sans Serif'
  272.       Font.Style = [fsBold]
  273.       FrameStyle = fsLight
  274.       ParentFont = False
  275.       OnClick = btnOKClick
  276.     end
  277.   end
  278. end
  279.